home *** CD-ROM | disk | FTP | other *** search
/ Direkt Starter Games / 3D GAMES.ISO / aricity / spielhal / kampf / master3d / setup.bat < prev    next >
DOS Batch File  |  1996-07-20  |  315b  |  17 lines

  1. @echo off
  2. setd
  3. IF ERRORLEVEL 1 GOTO ABORTED1
  4. setm
  5. IF ERRORLEVEL 1 GOTO ABORTED2
  6. setup3d
  7. GOTO END
  8. :ABORTED1
  9. echo Digital Sound Driver configuration was not completed.
  10. GOTO FINI
  11. :ABORTED2
  12. echo Midi Music Driver configuration was not completed.
  13. GOTO FINI
  14. :END
  15. echo Sound Configuration Complete!
  16. :FINI
  17.